.carousel-item {
    width: 100%;
    background-color: #0065BDdb;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0px !important;
}

.carousel-inner {
    position: relative;
    width: 100%;
    height: 600px !important;
    overflow: hidden;
}

#carouselOne {
    position: absolute;
    right: 15%;
    bottom: 7rem;
    left: 30%;
    padding-top: 3rem;
    padding-bottom: 3rem;
    color: #fff;
    width: 40%;
    text-align: center;
    background: #1e79a3;
}

#carouselTwo {
    position: absolute;
    right: 15%;
    bottom: 7rem;
    left: 30%;
    padding-top: 3rem;
    padding-bottom: 3rem;
    color: #fff;
    width: 40%;
    text-align: center;
    background: #1e79a3;
}

#carouselThree {
    position: absolute;
    right: 15%;
    bottom: 7rem;
    left: 30%;
    padding-top: 3rem;
    padding-bottom: 3rem;
    color: #fff;
    width: 40%;
    text-align: center;
    background: #1e79a3;
}

#carouselFour {
    position: absolute;
    right: 15%;
    bottom: 55rem;
    left: 30%;
    padding-top: 3rem;
    padding-bottom: 3rem;
    width: 40%;
    color: #fff;
    text-align: center;
    background: rgba(6, 101, 189, 1)
}

p.carousel-text-one {
    font-family: 'muli', sans-serif;
    font-size: 42px;
}

p.carousel-text-three {
    font-family: 'muli', sans-serif;
    font-size: 42px;
}

p.carousel-text-five {
    font-family: 'muli', sans-serif;
    font-size: 42px;
}

p.carousel-text-seven {
    font-family: 'muli', sans-serif;
    font-size: 42px;
}

p.carousel-text-two {
    font-family: 'muli', sans-serif;
    font-size: 18px;
}

p.carousel-text-four {
    font-family: 'muli', sans-serif;
    font-size: 18px;
}

p.carousel-text-six {
    font-family: 'muli', sans-serif;
    font-size: 18px;
}

p.carousel-text-eight {
    font-family: 'muli', sans-serif;
    font-size: 18px;
}

a#buttonOne {
    width: 50%;
    font-family: 'muli', sans-serif;
    background: #0665bd;
    border: 1px solid #fff;
    font-size: 20px;
    margin-left: 15px;
    color: #000 !important;
    top: 30px;
    position: relative;
}

a#buttonTwo {
    width: 50%;
    font-family: 'muli', sans-serif;
    background: #0665bd;
    border: 1px solid #fff;
    font-size: 20px;
    margin-left: 15px;
    color: #000 !important;
    top: 30px;
    position: relative;
}

a#buttonThree {
    width: 50%;
    font-family: 'muli', sans-serif;
    background: #0665bd;
    border: 1px solid #fff;
    font-size: 20px;
    margin-left: 15px;
    color: #000 !important;
    top: 30px;
    position: relative;
}

a#buttonFour {
    width: 50%;
    font-family: 'muli', sans-serif;
    background: #0665bd;
    border: 1px solid #fff;
    font-size: 20px;
    margin-left: 15px;
    color: #000 !important;
    top: 30px;
    position: relative;

}

a#buttonOne:hover {
    background: #fff;
    color: #fff !important;
    transition: 0.6s;
}

a#buttonTwo:hover {
    background: #fff;
    color: #fff !important;
    transition: 0.6s;
}

a#buttonThree:hover {
    background: #fff;
    color: #fff !important;
    transition: 0.6s;
}

a#buttonFour:hover {
    background: #fff;
    color: #000;
    transition: 0.6s;
}

a#buttonOne:focus {
    background: #fff;
    color: #000;
    outline: 2px dashed #000;
}

a#buttonTwo:focus {
    background: #fff;
    color: #000;
    outline: 2px dashed #000;
}

a#buttonThree:focus {
    background: #fff;
    color: #000;
    outline: 2px dashed #000;
}

a#buttonFour:focus {
    background: #fff;
    color: #000;
    outline: 2px dashed #000;
}

hr {
    border-top: 3px solid #ccc;
}

.carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    display: flex;
    justify-content: center;
    padding: 0;
    margin-right: 15%;
    margin-bottom: 6rem;
    margin-left: 15%;
}

.carousel-indicators .active {
    width: 17px;
    height: 4px;
    background-color: #0775aa;
}
hr {
    border-top: 3px solid #000000;
    width: 100% !important;
}
.card-body-homepage {
    padding: 10px;
}
a.btn.btn-primary.action-panel-button.btn-block.table-btn {
    width: 100% !important;
}
.panel.panel-cell.action-panel {
    margin-top: 30px;
}
@media only screen and (max-width: 1440px) {
    #carouselOne {
        bottom: 3rem;
        left: 32%;
        width: 35%;
        padding: 15px;
    }

    p.carousel-text-two {
        font-size: 14px;
    }

    p.carousel-text-one {
        font-size: 28px;
    }

    #carouselTwo {
        bottom: 3rem;
        left: 32%;
        width: 35%;
        padding: 15px;
    }

    p.carousel-text-three {
        font-size: 28px;
    }

    p.carousel-text-four {
        font-size: 14px;
    }

    #carouselThree {
        bottom: 3rem;
        left: 32%;
        width: 35%;
        padding: 15px;
    }

    p.carousel-text-five {
        font-size: 28px;
    }

    p.carousel-text-six {
        font-size: 14px;
    }

    a#buttonOne {
        left: 0px;
    }

    a#buttonTwo {
        left: 0px;
        top: 0px;
    }

    a#buttonThree {
        left: 0px;
        top: 0px;
    }

    .carousel-indicators {
        margin-right: 15%;
        margin-bottom: 14rem;
    }
}

@media only screen and (max-width: 1024px) {
    #carouselOne {
        bottom: 5rem;
        left: 12%;
        width: 75%;
        padding: 0px;
    }

    .w-100 {
        height: 375px;
    }

    a#buttonOne {
        left: 0px;
        top: 10px;
    }

    #carouselTwo {
        bottom: 5rem;
        left: 22%;
        width: 53%;
        padding: 0px;
        padding-bottom: 10px;
    }

    a#buttonThree {
        width: 90%;
    }

    .w-100 {
        height: 400px;
    }

    .carousel-indicators {
        margin-right: 15%;
        margin-bottom: 13rem;
    }

    #carouselThree {
        bottom: 3rem;
        left: 23%;
        width: 53%;
        padding: 15px;
    }

}

@media only screen and (max-width: 425px) {
    a#buttonOne {
        width: 90%;
        font-size: 14px;
    }

    a#buttonTwo {
        width: 90%;
        font-size: 14px;
    }

    a#buttonThree {
        width: 90%;
        font-size: 14px;
    }

    p.carousel-text-one {
        font-size: 18px;
    }

    p.carousel-text-two {
        font-size: 12px;
    }

    p.carousel-text-three {
        font-size: 18px;
    }

    p.carousel-text-four {
        font-size: 12px;
    }

    p.carousel-text-five {
        font-size: 18px;
    }

    p.carousel-text-six {
        font-size: 12px;
    }
}

@media only screen and (max-width: 320px) {
    p.carousel-text-one{
        font-size: 11px;
    }
    p.carousel-text-two {
        font-size: 10px;
    }
    p.carousel-text-three {
        font-size: 11px;
    }
    p.carousel-text-four {
        font-size: 10px;
    }
    p.carousel-text-five {
        font-size: 11px;
    }
    p.carousel-text-six {
        font-size: 10px;
    }
    a#buttonOne {
        width: 115%;
        font-size: 11px;
        margin-left: -10px;
    }
    a#buttonTwo {
        width: 115%;
        font-size: 11px;
        margin-left: -10px;
    }
    a#buttonThree {
        width: 115%;
        font-size: 11px;
        margin-left: -10px;
    }
}